Skip to content

chore: 🐝 Update SDK - Generate 0.7.0#10

Open
github-actions[bot] wants to merge 2 commits into
mainfrom
speakeasy-sdk-regen-1771719488
Open

chore: 🐝 Update SDK - Generate 0.7.0#10
github-actions[bot] wants to merge 2 commits into
mainfrom
speakeasy-sdk-regen-1771719488

Conversation

@github-actions

@github-actions github-actions Bot commented Feb 22, 2026

Copy link
Copy Markdown

SDK update

Versioning

Version Bump Type: [minor] - 🤖 (automated)

Tip

If updates to your OpenAPI document introduce breaking changes, be sure to update the info.version field to trigger the correct version bump.
Speakeasy supports manual control of SDK versioning through multiple methods.

Python SDK Changes:

  • documenso.templates.duplicate(): response.type.enum(organisation) Added (Breaking ⚠️)
  • documenso.envelopes.get(): response Changed (Breaking ⚠️)
  • documenso.template.template_create_template_temporary():
    • request Changed
    • response.template Changed (Breaking ⚠️)
  • documenso.envelopes.update():
    • request Changed
    • response.template_type.enum(organisation) Added (Breaking ⚠️)
  • documenso.template.template_get_many(): response.data[] Changed (Breaking ⚠️)
  • documenso.templates.update():
    • request Changed
    • response.type.enum(organisation) Added (Breaking ⚠️)
  • documenso.templates.get(): response Changed (Breaking ⚠️)
  • documenso.templates.find():
    • request.type Changed
    • response.data[] Changed (Breaking ⚠️)
  • documenso.envelope.envelope_get_many(): response.data[] Changed (Breaking ⚠️)
  • documenso.envelope.envelope_audit_log_find(): response.data[] Changed (Breaking ⚠️)
  • documenso.envelope.envelope_find(): response.data[] Changed (Breaking ⚠️)
  • documenso.envelopes.fields.create_many():
    • request.data[] Changed (Breaking ⚠️)
    • response.data[].field_meta Changed
  • documenso.templates.recipients.get(): response Changed
  • documenso.documents.recipients.create(): response Changed
  • documenso.envelopes.recipients.update_many(): response.data[] Changed
  • documenso.envelopes.recipients.create_many(): response.data[] Changed
  • documenso.documents.get(): response Changed
  • documenso.documents.find(): response.data[].recipients[] Changed
  • documenso.documents.create(): request.payload Changed
  • documenso.documents.update(): request.meta Changed
  • documenso.documents.distribute(): request.meta Changed
  • documenso.documents.create_v0():
    • request Changed
    • response.document Changed
  • documenso.documents.fields.get(): response.field_meta Changed
  • documenso.documents.fields.create():
    • request.field Changed
    • response.field_meta Changed
  • documenso.envelopes.create(): request.payload Changed
  • documenso.documents.recipients.update(): response Changed
  • documenso.templates.create(): request.payload Changed
  • documenso.documents.recipients.get(): response Changed
  • documenso.envelopes.items.create_many(): response.data[].document_data_id Added
  • documenso.envelopes.fields.update_many():
    • request.data[] Changed
    • response.data[].field_meta Changed
  • documenso.envelopes.fields.get(): response.field_meta Changed
  • documenso.documents.recipients.create_many(): response.recipients[] Changed
  • documenso.documents.fields.update_many():
    • request.fields[] Changed
    • response.fields[].field_meta Changed
  • documenso.envelopes.recipients.get(): response Changed
  • documenso.envelopes.items.download(): request.version Changed
  • documenso.document.document_get_many(): response.data[].recipients[] Changed
  • documenso.documents.recipients.update_many(): response.recipients[] Changed
  • documenso.documents.fields.create_many():
    • request.fields[] Changed
    • response.fields[].field_meta Changed
  • documenso.templates.use():
    • request.override Changed
    • response Changed
  • documenso.templates.fields.create():
    • request.field Changed
    • response.field_meta Changed
  • documenso.templates.fields.get(): response.field_meta Changed
  • documenso.templates.fields.create_many():
    • request.fields[] Changed
    • response.fields[].field_meta Changed
  • documenso.templates.fields.update():
    • request.field Changed
    • response.field_meta Changed
  • documenso.templates.fields.update_many():
    • request.fields[] Changed
    • response.fields[].field_meta Changed
  • documenso.documents.fields.update():
    • request.field Changed
    • response.field_meta Changed
  • documenso.templates.recipients.create(): response Changed
  • documenso.templates.recipients.create_many(): response.recipients[] Changed
  • documenso.templates.recipients.update(): response Changed
  • documenso.templates.recipients.update_many(): response.recipients[] Changed
  • documenso.envelopes.distribute(): request.meta Changed
  • documenso.envelopes.use(): request.payload Changed

View full SDK changelog

OpenAPI Change Summary
└─┬Paths
  ├─┬/document/create/beta
  │ └─┬POST
  │   ├─┬Responses
  │   │ └─┬200
  │   │   └─┬application/json
  │   │     └─┬Schema
  │   │       └─┬document
  │   │         ├─┬documentMeta
  │   │         │ ├──[+] required (1208:315)❌ 
  │   │         │ ├──[+] required (1208:288)❌ 
  │   │         │ ├──[+] properties (1203:29)
  │   │         │ ├──[+] properties (1204:29)
  │   │         │ ├─┬emailSettings
  │   │         │ │ ├──[+] required (1200:747)❌ 
  │   │         │ │ ├──[+] required (1200:771)❌ 
  │   │         │ │ ├──[🔀] default (1200:805)❌ 
  │   │         │ │ ├──[+] properties (1200:533)
  │   │         │ │ └──[+] properties (1200:475)
  │   │         │ ├─┬message
  │   │         │ │ └──[-] nullable (1:261129)❌ 
  │   │         │ ├─┬dateFormat
  │   │         │ │ └─┬Extensions
  │   │         │ │   └──[🔀] x-speakeasy-enums (1166:52)
  │   │         │ ├─┬uploadSignatureEnabled
  │   │         │ │ ├──[🔀] type (1162:49)❌ 
  │   │         │ │ └──[+] nullable (1162:69)❌ 
  │   │         │ ├─┬id
  │   │         │ │ ├──[-] type (1:261027)❌ 
  │   │         │ │ ├──[+] nullable (1203:69)❌ 
  │   │         │ │ ├──[+] anyOf (1203:83)
  │   │         │ │ └──[+] anyOf (1203:248)
  │   │         │ ├─┬subject
  │   │         │ │ ├──[+] required (1204:677)❌ 
  │   │         │ │ ├──[+] required (1204:689)❌ 
  │   │         │ │ ├──[🔀] type (1204:57)❌ 
  │   │         │ │ ├──[+] properties (1204:379)
  │   │         │ │ └──[+] properties (1204:96)
  │   │         │ ├─┬password
  │   │         │ │ └──[-] default (1:262974)❌ 
  │   │         │ ├─┬typedSignatureEnabled
  │   │         │ │ ├──[🔀] type (1160:48)❌ 
  │   │         │ │ └──[+] nullable (1160:68)❌ 
  │   │         │ ├─┬redirectUrl
  │   │         │ │ └──[+] default (1205:84)❌ 
  │   │         │ ├─┬signingOrder
  │   │         │ │ ├──[-] enum (1:260915)❌ 
  │   │         │ │ ├──[-] enum (1:260927)❌ 
  │   │         │ │ └──[+] nullable (1194:72)❌ 
  │   │         │ └─┬timezone
  │   │         │   ├──[+] enum (1157:70)
  │   │         │   ├──[+] enum (1157:81)
  │   │         │   └──[-] nullable (1:261179)❌ 
  │   │         ├─┬fields
  │   │         │ └─┬Schema
  │   │         │   └─┬fieldMeta
  │   │         │     ├─┬ONEOF
  │   │         │     │ ├──[+] required (1213:930)❌ 
  │   │         │     │ ├──[+] properties (1213:778)
  │   │         │     │ ├─┬placeholder
  │   │         │     │ │ ├──[+] enum (1213:814)
  │   │         │     │ │ ├──[+] enum (1213:821)
  │   │         │     │ │ ├──[+] enum (1213:834)
  │   │         │     │ │ ├──[+] enum (1213:845)
  │   │         │     │ │ └──[+] default (1213:863)❌ 
  │   │         │     │ ├─┬readOnly
  │   │         │     │ │ └──[🔀] type (1213:641)❌ 
  │   │         │     │ └─┬type
  │   │         │     │   ├──[-] enum (1:266421)❌ 
  │   │         │     │   └──[🔀] type (1213:670)❌ 
  │   │         │     ├─┬ONEOF
  │   │         │     │ ├──[+] properties (1213:1167)
  │   │         │     │ ├─┬type
  │   │         │     │ │ ├──[+] enum (1213:1325)
  │   │         │     │ │ ├──[+] enum (1213:1332)
  │   │         │     │ │ ├──[+] enum (1213:1341)
  │   │         │     │ │ └──[-] enum (1:266736)❌ 
  │   │         │     │ ├─┬readOnly
  │   │         │     │ │ └──[🔀] type (1213:1030)❌ 
  │   │         │     │ ├─┬textAlign
  │   │         │     │ │ ├──[-] enum (1:266791)❌ 
  │   │         │     │ │ ├──[-] enum (1:266799)❌ 
  │   │         │     │ │ ├──[-] enum (1:266809)❌ 
  │   │         │     │ │ └──[🔀] type (1213:1059)❌ 
  │   │         │     │ └─┬placeholder
  │   │         │     │   ├──[+] enum (1213:1234)
  │   │         │     │   ├──[+] enum (1213:1203)
  │   │         │     │   ├──[+] enum (1213:1210)
  │   │         │     │   └──[+] enum (1213:1223)
  │   │         │     ├─┬ONEOF
  │   │         │     │ ├──[+] properties (1213:1590)
  │   │         │     │ ├─┬readOnly
  │   │         │     │ │ └──[🔀] type (1213:1453)❌ 
  │   │         │     │ ├─┬textAlign
  │   │         │     │ │ ├──[-] enum (1:267171)❌ 
  │   │         │     │ │ ├──[-] enum (1:267179)❌ 
  │   │         │     │ │ ├──[-] enum (1:267189)❌ 
  │   │         │     │ │ └──[🔀] type (1213:1482)❌ 
  │   │         │     │ ├─┬placeholder
  │   │         │     │ │ ├──[+] enum (1213:1626)
  │   │         │     │ │ ├──[+] enum (1213:1633)
  │   │         │     │ │ ├──[+] enum (1213:1646)
  │   │         │     │ │ └──[+] enum (1213:1657)
  │   │         │     │ └─┬type
  │   │         │     │   ├──[+] enum (1213:1744)
  │   │         │     │   ├──[+] enum (1213:1751)
  │   │         │     │   ├──[+] enum (1213:1760)
  │   │         │     │   └──[-] enum (1:267120)❌ 
  │   │         │     ├─┬ONEOF
  │   │         │     │ ├──[+] required (1213:2220)❌ 
  │   │         │     │ ├──[+] properties (1213:2009)
  │   │         │     │ ├─┬type
  │   │         │     │ │ ├──[+] enum (1213:2181)
  │   │         │     │ │ ├──[+] enum (1213:2188)
  │   │         │     │ │ ├──[+] enum (1213:2197)
  │   │         │     │ │ └──[-] enum (1:267500)❌ 
  │   │         │     │ ├─┬placeholder
  │   │         │     │ │ ├──[+] enum (1213:2065)
  │   │         │     │ │ ├──[+] enum (1213:2076)
  │   │         │     │ │ ├──[+] enum (1213:2045)
  │   │         │     │ │ ├──[+] enum (1213:2052)
  │   │         │     │ │ └──[+] default (1213:2094)❌ 
  │   │         │     │ ├─┬textAlign
  │   │         │     │ │ ├──[-] enum (1:267570)❌ 
  │   │         │     │ │ ├──[-] enum (1:267552)❌ 
  │   │         │     │ │ ├──[-] enum (1:267560)❌ 
  │   │         │     │ │ └──[🔀] type (1213:1901)❌ 
  │   │         │     │ └─┬readOnly
  │   │         │     │   └──[🔀] type (1213:1872)❌ 
  │   │         │     ├─┬ONEOF
  │   │         │     │ ├──[+] required (1213:2667)❌ 
  │   │         │     │ ├──[+] properties (1213:2457)
  │   │         │     │ ├─┬placeholder
  │   │         │     │ │ ├──[+] enum (1213:2493)
  │   │         │     │ │ ├──[+] enum (1213:2500)
  │   │         │     │ │ ├──[+] enum (1213:2513)
  │   │         │     │ │ ├──[+] enum (1213:2524)
  │   │         │     │ │ └──[+] default (1213:2542)❌ 
  │   │         │     │ ├─┬readOnly
  │   │         │     │ │ └──[🔀] type (1213:2320)❌ 
  │   │         │     │ ├─┬type
  │   │         │     │ │ ├──[+] enum (1213:2628)
  │   │         │     │ │ ├──[+] enum (1213:2635)
  │   │         │     │ │ ├──[+] enum (1213:2644)
  │   │         │     │ │ └──[-] enum (1:267881)❌ 
  │   │         │     │ └─┬textAlign
  │   │         │     │   ├──[-] enum (1:267950)❌ 
  │   │         │     │   ├──[-] enum (1:267932)❌ 
  │   │         │     │   ├──[-] enum (1:267940)❌ 
  │   │         │     │   └──[🔀] type (1213:2349)❌ 
  │   │         │     ├─┬ONEOF
  │   │         │     │ ├──[+] properties (1213:2904)
  │   │         │     │ ├─┬textAlign
  │   │         │     │ │ ├──[-] enum (1:268392)❌ 
  │   │         │     │ │ ├──[-] enum (1:268400)❌ 
  │   │         │     │ │ └──[-] enum (1:268410)❌ 
  │   │         │     │ ├─┬verticalAlign
  │   │         │     │ │ ├──[+] enum (1213:3012)
  │   │         │     │ │ ├──[-] enum (1:268650)❌ 
  │   │         │     │ │ ├──[-] enum (1:268657)❌ 
  │   │         │     │ │ ├──[-] enum (1:268667)❌ 
  │   │         │     │ │ ├──[-] enum (1:268677)❌ 
  │   │         │     │ │ └──[-] nullable (1:268635)❌ 
  │   │         │     │ ├─┬placeholder
  │   │         │     │ │ ├──[+] enum (1213:2971)
  │   │         │     │ │ ├──[+] enum (1213:2940)
  │   │         │     │ │ ├──[+] enum (1213:2947)
  │   │         │     │ │ └──[+] enum (1213:2960)
  │   │         │     │ ├─┬text
  │   │         │     │ │ └──[🔀] type (1213:2796)❌ 
  │   │         │     │ ├─┬type
  │   │         │     │ │ ├──[+] enum (1213:3130)
  │   │         │     │ │ ├──[+] enum (1213:3137)
  │   │         │     │ │ ├──[+] enum (1213:3146)
  │   │         │     │ │ └──[-] enum (1:268261)❌ 
  │   │         │     │ └─┬readOnly
  │   │         │     │   └──[🔀] type (1213:2767)❌ 
  │   │         │     ├─┬ONEOF
  │   │         │     │ ├──[+] properties (1213:3631)
  │   │         │     │ ├─┬type
  │   │         │     │ │ ├──[+] enum (1213:3952)
  │   │         │     │ │ ├──[+] enum (1213:3959)
  │   │         │     │ │ ├──[+] enum (1213:3968)
  │   │         │     │ │ └──[-] enum (1:268985)❌ 
  │   │         │     │ ├─┬readOnly
  │   │         │     │ │ └──[🔀] type (1213:3494)❌ 
  │   │         │     │ ├─┬value
  │   │         │     │ │ └──[+] enum (1213:3739)
  │   │         │     │ ├─┬textAlign
  │   │         │     │ │ ├──[-] enum (1:269221)❌ 
  │   │         │     │ │ ├──[-] enum (1:269229)❌ 
  │   │         │     │ │ ├──[-] enum (1:269239)❌ 
  │   │         │     │ │ └──[🔀] type (1213:3523)❌ 
  │   │         │     │ ├─┬placeholder
  │   │         │     │ │ ├──[+] enum (1213:3698)
  │   │         │     │ │ ├──[+] enum (1213:3667)
  │   │         │     │ │ ├──[+] enum (1213:3674)
  │   │         │     │ │ └──[+] enum (1213:3687)
  │   │         │     │ └─┬verticalAlign
  │   │         │     │   ├──[-] enum (1:269479)❌ 
  │   │         │     │   ├──[-] enum (1:269486)❌ 
  │   │         │     │   ├──[-] enum (1:269496)❌ 
  │   │         │     │   ├──[-] enum (1:269506)❌ 
  │   │         │     │   └──[-] nullable (1:269464)❌ 
  │   │         │     ├─┬ONEOF
  │   │         │     │ ├──[+] properties (1213:4453)
  │   │         │     │ ├─┬readOnly
  │   │         │     │ │ └──[🔀] type (1213:4316)❌ 
  │   │         │     │ ├─┬type
  │   │         │     │ │ ├──[-] enum (1:269814)❌ 
  │   │         │     │ │ └──[🔀] type (1213:4345)❌ 
  │   │         │     │ ├─┬values
  │   │         │     │ │ ├──[+] enum (1213:4561)
  │   │         │     │ │ ├──[-] items (1:269862)❌ 
  │   │         │     │ │ └──[🔀] type (1213:4544)❌ 
  │   │         │     │ └─┬placeholder
  │   │         │     │   ├──[+] enum (1213:4489)
  │   │         │     │   ├──[+] enum (1213:4496)
  │   │         │     │   ├──[+] enum (1213:4509)
  │   │         │     │   └──[+] enum (1213:4520)
  │   │         │     ├─┬ONEOF
  │   │         │     │ ├──[+] properties (1213:5087)
  │   │         │     │ ├─┬readOnly
  │   │         │     │ │ └──[🔀] type (1213:4950)❌ 
  │   │         │     │ ├─┬validationLength
  │   │         │     │ │ ├──[+] enum (1213:5195)
  │   │         │     │ │ └──[🔀] type (1213:5178)❌ 
  │   │         │     │ ├─┬type
  │   │         │     │ │ ├──[-] enum (1:270431)❌ 
  │   │         │     │ │ └──[🔀] type (1213:4979)❌ 
  │   │         │     │ ├─┬values
  │   │         │     │ │ ├──[-] items (1:270482)❌ 
  │   │         │     │ │ └──[🔀] type (1213:5414)❌ 
  │   │         │     │ ├─┬validationRule
  │   │         │     │ │ └──[🔀] type (1213:5451)❌ 
  │   │         │     │ └─┬placeholder
  │   │         │     │   ├──[+] enum (1213:5123)
  │   │         │     │   ├──[+] enum (1213:5130)
  │   │         │     │   ├──[+] enum (1213:5143)
  │   │         │     │   └──[+] enum (1213:5154)
  │   │         │     └─┬ONEOF
  │   │         │       ├──[+] properties (1213:5796)
  │   │         │       ├─┬values
  │   │         │       │ ├──[+] enum (1213:5904)
  │   │         │       │ ├──[-] items (1:271180)❌ 
  │   │         │       │ └──[🔀] type (1213:5887)❌ 
  │   │         │       ├─┬readOnly
  │   │         │       │ └──[🔀] type (1213:5659)❌ 
  │   │         │       ├─┬type
  │   │         │       │ ├──[-] enum (1:271129)❌ 
  │   │         │       │ └──[🔀] type (1213:5688)❌ 
  │   │         │       └─┬placeholder
  │   │         │         ├──[+] enum (1213:5852)
  │   │         │         ├──[+] enum (1213:5863)
  │   │         │         ├──[+] enum (1213:5832)
  │   │         │         └──[+] enum (1213:5839)
  │   │         └─┬recipients
  │   │           └─┬Schema
  │   │             ├──[+] required (1212:1412)❌ 
  │   │             ├──[+] required (1212:1400)❌ 
  │   │             ├──[+] properties (1212:645)
  │   │             ├──[+] properties (1212:599)
  │   │             ├─┬signedAt
  │   │             │ ├──[+] enum (1212:157)
  │   │             │ ├──[+] enum (1212:162)
  │   │             │ ├──[+] enum (1212:171)
  │   │             │ ├──[+] enum (1212:180)
  │   │             │ ├──[+] enum (1212:191)
  │   │             │ └──[-] nullable (1:264764)❌ 
  │   │             ├─┬id
  │   │             │ ├──[🔀] type (1212:573)❌ 
  │   │             │ └──[+] nullable (1212:593)❌ 
  │   │             ├─┬readStatus
  │   │             │ ├──[-] enum (1:264328)❌ 
  │   │             │ ├──[-] enum (1:264342)❌ 
  │   │             │ └──[🔀] type (1212:414)❌ 
  │   │             ├─┬signingStatus
  │   │             │ ├──[-] enum (1:264413)❌ 
  │   │             │ ├──[-] enum (1:264423)❌ 
  │   │             │ ├──[-] enum (1:264399)❌ 
  │   │             │ └──[+] nullable (1212:741)❌ 
  │   │             ├─┬signingOrder
  │   │             │ ├──[+] enum (1212:392)
  │   │             │ ├──[+] enum (1212:381)
  │   │             │ ├──[🔀] type (1212:364)❌ 
  │   │             │ └──[-] nullable (1:265173)❌ 
  │   │             ├─┬role
  │   │             │ ├──[+] enum (1212:243)
  │   │             │ ├──[+] enum (1212:256)
  │   │             │ ├──[-] enum (1:264259)❌ 
  │   │             │ ├──[-] enum (1:264271)❌ 
  │   │             │ ├──[-] enum (1:264233)❌ 
  │   │             │ ├──[-] enum (1:264239)❌ 
  │   │             │ └──[-] enum (1:264249)❌ 
  │   │             ├─┬rejectionReason
  │   │             │ └──[-] nullable (1:265230)❌ 
  │   │             ├─┬sendStatus
  │   │             │ ├──[-] enum (1:264479)❌ 
  │   │             │ ├──[-] enum (1:264491)❌ 
  │   │             │ └──[+] nullable (1212:1167)❌ 
  │   │             ├─┬name
  │   │             │ └──[+] nullable (1212:639)❌ 
  │   │             └─┬token
  │   │               ├──[+] enum (1212:308)
  │   │               ├──[+] enum (1212:321)
  │   │               └──[+] enum (1212:330)
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         ├─┬meta
  │         │ ├──[+] properties (1122:23)
  │         │ ├──[+] properties (1123:23)
  │         │ ├─┬typedSignatureEnabled
  │         │ │ ├──[🔀] type (1077:42)❌ 
  │         │ │ └──[+] maxLength (1077:63)❌ 
  │         │ ├─┬dateFormat
  │         │ │ ├──[+] enum (1082:81)
  │         │ │ ├──[+] enum (1082:196)
  │         │ │ ├──[+] enum (1082:217)
  │         │ │ └─┬Extensions
  │         │ │   └──[🔀] x-speakeasy-enums (1083:46)
  │         │ ├─┬message
  │         │ │ ├──[+] enum (1115:80)
  │         │ │ ├──[+] enum (1115:85)
  │         │ │ ├──[+] enum (1115:90)
  │         │ │ ├──[+] enum (1115:95)
  │         │ │ ├──[+] enum (1115:108)
  │         │ │ ├──[+] enum (1115:60)
  │         │ │ ├──[+] enum (1115:65)
  │         │ │ ├──[+] enum (1115:75)
  │         │ │ ├──[+] enum (1115:103)
  │         │ │ ├──[+] enum (1115:113)
  │         │ │ ├──[+] enum (1115:70)
  │         │ │ └──[-] maxLength (1:256684)❌ 
  │         │ ├─┬signingOrder
  │         │ │ ├──[-] enum (1:257779)❌ 
  │         │ │ └──[-] enum (1:257791)❌ 
  │         │ ├─┬emailReplyTo
  │         │ │ ├──[+] pattern (1120:82)❌ 
  │         │ │ └──[-] format (1:258250)❌ 
  │         │ ├─┬subject
  │         │ │ ├──[+] required (1123:671)❌ 
  │         │ │ ├──[+] required (1123:683)❌ 
  │         │ │ ├──[🔀] type (1123:51)❌ 
  │         │ │ ├──[-] maxLength (1:256635)❌ 
  │         │ │ ├──[+] nullable (1123:71)❌ 
  │         │ │ ├──[+] properties (1123:373)
  │         │ │ └──[+] properties (1123:90)
  │         │ ├─┬emailSettings
  │         │ │ ├──[🔀] default (1121:595)❌ 
  │         │ │ ├──[+] properties (1121:527)
  │         │ │ └──[+] properties (1121:469)
  │         │ ├─┬redirectUrl
  │         │ │ └──[+] maxLength (1078:63)❌ 
  │         │ ├─┬timezone
  │         │ │ ├──[+] enum (1112:64)
  │         │ │ └──[+] enum (1112:75)
  │         │ ├─┬language
  │         │ │ ├──[-] enum (1:257959)❌ 
  │         │ │ ├──[-] enum (1:257965)❌ 
  │         │ │ ├──[-] enum (1:257971)❌ 
  │         │ │ ├──[-] enum (1:257980)❌ 
  │         │ │ ├──[-] enum (1:257935)❌ 
  │         │ │ ├──[-] enum (1:257941)❌ 
  │         │ │ ├──[-] enum (1:257986)❌ 
  │         │ │ ├──[-] enum (1:257992)❌ 
  │         │ │ ├──[-] enum (1:257929)❌ 
  │         │ │ ├──[-] enum (1:257947)❌ 
  │         │ │ ├──[-] enum (1:257953)❌ 
  │         │ │ ├──[-] type (1:257910)❌ 
  │         │ │ ├──[+] nullable (1122:63)❌ 
  │         │ │ ├──[+] anyOf (1122:77)
  │         │ │ └──[+] anyOf (1122:242)
  │         │ └─┬uploadSignatureEnabled
  │         │   └──[🔀] type (1079:43)❌ 
  │         └─┬recipients
  │           └─┬Schema
  │             ├─┬fields
  │             │ └─┬Schema
  │             │   └─┬ALLOF
  │             │     ├─┬ONEOF
  │             │     │ └─┬fieldMeta
  │             │     │   ├──[+] properties (1076:1749)
  │             │     │   ├─┬placeholder
  │             │     │   │ ├──[+] enum (1076:1785)
  │             │     │   │ ├──[+] enum (1076:1792)
  │             │     │   │ ├──[+] enum (1076:1805)
  │             │     │   │ ├──[+] enum (1076:1816)
  │             │     │   │ └──[+] default (1076:1834)❌ 
  │             │     │   ├─┬type
  │             │     │   │ ├──[-] enum (1:249827)❌ 
  │             │     │   │ └──[🔀] type (1076:1641)❌ 
  │             │     │   └─┬readOnly
  │             │     │     └──[🔀] type (1076:1612)❌ 
  │             │     ├─┬ONEOF
  │             │     │ └─┬fieldMeta
  │             │     │   ├──[+] properties (1076:2342)
  │             │     │   ├─┬readOnly
  │             │     │   │ └──[🔀] type (1076:2205)❌ 
  │             │     │   ├─┬placeholder
  │             │     │   │ ├──[+] enum (1076:2378)
  │             │     │   │ ├──[+] enum (1076:2385)
  │             │     │   │ ├──[+] enum (1076:2398)
  │             │     │   │ └──[+] enum (1076:2409)
  │             │     │   ├─┬type
  │             │     │   │ ├──[+] enum (1076:2500)
  │             │     │   │ ├──[+] enum (1076:2507)
  │             │     │   │ ├──[+] enum (1076:2516)
  │             │     │   │ └──[-] enum (1:250377)❌ 
  │             │     │   └─┬textAlign
  │             │     │     ├──[-] enum (1:250432)❌ 
  │             │     │     ├──[-] enum (1:250440)❌ 
  │             │     │     ├──[-] enum (1:250450)❌ 
  │             │     │     └──[🔀] type (1076:2234)❌ 
  │             │     ├─┬ONEOF
  │             │     │ └─┬fieldMeta
  │             │     │   ├──[+] properties (1076:2871)
  │             │     │   ├─┬textAlign
  │             │     │   │ ├──[-] enum (1:250947)❌ 
  │             │     │   │ ├──[-] enum (1:250929)❌ 
  │             │     │   │ ├──[-] enum (1:250937)❌ 
  │             │     │   │ └──[🔀] type (1076:2763)❌ 
  │             │     │   ├─┬type
  │             │     │   │ ├──[+] enum (1076:3025)
  │             │     │   │ ├──[+] enum (1076:3032)
  │             │     │   │ ├──[+] enum (1076:3041)
  │             │     │   │ └──[-] enum (1:250878)❌ 
  │             │     │   ├─┬placeholder
  │             │     │   │ ├──[+] enum (1076:2907)
  │             │     │   │ ├──[+] enum (1076:2914)
  │             │     │   │ ├──[+] enum (1076:2927)
  │             │     │   │ └──[+] enum (1076:2938)
  │             │     │   └─┬readOnly
  │             │     │     └──[🔀] type (1076:2734)❌ 
  │             │     ├─┬ONEOF
  │             │     │ └─┬fieldMeta
  │             │     │   ├──[+] properties (1076:3397)
  │             │     │   ├─┬readOnly
  │             │     │   │ └──[🔀] type (1076:3260)❌ 
  │             │     │   ├─┬type
  │             │     │   │ ├──[+] enum (1076:3569)
  │             │     │   │ ├──[+] enum (1076:3576)
  │             │     │   │ ├──[+] enum (1076:3585)
  │             │     │   │ └──[-] enum (1:251376)❌ 
  │             │     │   ├─┬textAlign
  │             │     │   │ ├──[-] enum (1:251428)❌ 
  │             │     │   │ ├──[-] enum (1:251436)❌ 
  │             │     │   │ ├──[-] enum (1:251446)❌ 
  │             │     │   │ └──[🔀] type (1076:3289)❌ 
  │             │     │   └─┬placeholder
  │             │     │     ├──[+] enum (1076:3433)
  │             │     │     ├──[+] enum (1076:3440)
  │             │     │     ├──[+] enum (1076:3453)
  │             │     │     ├──[+] enum (1076:3464)
  │             │     │     └──[+] default (1076:3482)❌ 
  │             │     ├─┬ONEOF
  │             │     │ └─┬fieldMeta
  │             │     │   ├──[+] properties (1076:3940)
  │             │     │   ├─┬textAlign
  │             │     │   │ ├──[-] enum (1:251925)❌ 
  │             │     │   │ ├──[-] enum (1:251933)❌ 
  │             │     │   │ ├──[-] enum (1:251943)❌ 
  │             │     │   │ └──[🔀] type (1076:3832)❌ 
  │             │     │   ├─┬readOnly
  │             │     │   │ └──[🔀] type (1076:3803)❌ 
  │             │     │   ├─┬placeholder
  │             │     │   │ ├──[+] enum (1076:4007)
  │             │     │   │ ├──[+] enum (1076:3976)
  │             │     │   │ ├──[+] enum (1076:3983)
  │             │     │   │ ├──[+] enum (1076:3996)
  │             │     │   │ └──[+] default (1076:4025)❌ 
  │             │     │   └─┬type
  │             │     │     ├──[+] enum (1076:4111)
  │             │     │     ├──[+] enum (1076:4118)
  │             │     │     ├──[+] enum (1076:4127)
  │             │     │     └──[-] enum (1:251874)❌ 
  │             │     ├─┬ONEOF
  │             │     │ └─┬fieldMeta
  │             │     │   ├──[+] properties (1076:4482)
  │             │     │   ├─┬verticalAlign
  │             │     │   │ ├──[+] enum (1076:4590)
  │             │     │   │ ├──[-] enum (1:252777)❌ 
  │             │     │   │ ├──[-] enum (1:252787)❌ 
  │             │     │   │ ├──[-] enum (1:252760)❌ 
  │             │     │   │ ├──[-] enum (1:252767)❌ 
  │             │     │   │ └──[-] nullable (1:252745)❌ 
  │             │     │   ├─┬readOnly
  │             │     │   │ └──[🔀] type (1076:4345)❌ 
  │             │     │   ├─┬text
  │             │     │   │ └──[🔀] type (1076:4374)❌ 
  │             │     │   ├─┬type
  │             │     │   │ ├──[+] enum (1076:4724)
  │             │     │   │ ├──[+] enum (1076:4708)
  │             │     │   │ ├──[+] enum (1076:4715)
  │             │     │   │ └──[-] enum (1:252371)❌ 
  │             │     │   ├─┬textAlign
  │             │     │   │ ├──[-] enum (1:252502)❌ 
  │             │     │   │ ├──[-] enum (1:252510)❌ 
  │             │     │   │ └──[-] enum (1:252520)❌ 
  │             │     │   └─┬placeholder
  │             │     │     ├──[+] enum (1076:4549)
  │             │     │     ├──[+] enum (1076:4518)
  │             │     │     ├──[+] enum (1076:4525)
  │             │     │     └──[+] enum (1076:4538)
  │             │     ├─┬ONEOF
  │             │     │ └─┬fieldMeta
  │             │     │   ├──[+] properties (1076:5317)
  │             │     │   ├─┬textAlign
  │             │     │   │ ├──[-] enum (1:253450)❌ 
  │             │     │   │ ├──[-] enum (1:253458)❌ 
  │             │     │   │ ├──[-] enum (1:253468)❌ 
  │             │     │   │ └──[🔀] type (1076:5209)❌ 
  │             │     │   ├─┬placeholder
  │             │     │   │ ├──[+] enum (1076:5353)
  │             │     │   │ ├──[+] enum (1076:5360)
  │             │     │   │ ├──[+] enum (1076:5373)
  │             │     │   │ └──[+] enum (1076:5384)
  │             │     │   ├─┬type
  │             │     │   │ ├──[+] enum (1076:5638)
  │             │     │   │ ├──[+] enum (1076:5645)
  │             │     │   │ ├──[+] enum (1076:5654)
  │             │     │   │ └──[-] enum (1:253214)❌ 
  │             │     │   ├─┬value
  │             │     │   │ └──[+] enum (1076:5425)
  │             │     │   ├─┬readOnly
  │             │     │   │ └──[🔀] type (1076:5180)❌ 
  │             │     │   └─┬verticalAlign
  │             │     │     ├──[-] enum (1:253715)❌ 
  │             │     │     ├──[-] enum (1:253725)❌ 
  │             │     │     ├──[-] enum (1:253735)❌ 
  │             │     │     ├──[-] enum (1:253708)❌ 
  │             │     │     └──[-] nullable (1:253693)❌ 
  │             │     ├─┬ONEOF
  │             │     │ └─┬fieldMeta
  │             │     │   ├──[+] properties (1076:6246)
  │             │     │   ├─┬readOnly
  │             │     │   │ └──[🔀] type (1076:6109)❌ 
  │             │     │   ├─┬placeholder
  │             │     │   │ ├──[+] enum (1076:6313)
  │             │     │   │ ├──[+] enum (1076:6282)
  │             │     │   │ ├──[+] enum (1076:6289)
  │             │     │   │ └──[+] enum (1076:6302)
  │             │     │   ├─┬type
  │             │     │   │ ├──[-] enum (1:254161)❌ 
  │             │     │   │ └──[🔀] type (1076:6138)❌ 
  │             │     │   └─┬values
  │             │     │     ├──[+] enum (1076:6354)
  │             │     │     ├──[-] items (1:254209)❌ 
  │             │     │     └──[🔀] type (1076:6337)❌ 
  │             │     ├─┬ONEOF
  │             │     │ └─┬fieldMeta
  │             │     │   ├──[+] properties (1076:6978)
  │             │     │   ├─┬validationRule
  │             │     │   │ └──[🔀] type (1076:7342)❌ 
  │             │     │   ├─┬placeholder
  │             │     │   │ ├──[+] enum (1076:7014)
  │             │     │   │ ├──[+] enum (1076:7021)
  │             │     │   │ ├──[+] enum (1076:7034)
  │             │     │   │ └──[+] enum (1076:7045)
  │             │     │   ├─┬values
  │             │     │   │ ├──[-] items (1:254937)❌ 
  │             │     │   │ └──[🔀] type (1076:7305)❌ 
  │             │     │   ├─┬type
  │             │     │   │ ├──[-] enum (1:254886)❌ 
  │             │     │   │ └──[🔀] type (1076:6870)❌ 
  │             │     │   ├─┬validationLength
  │             │     │   │ ├──[+] enum (1076:7086)
  │             │     │   │ └──[🔀] type (1076:7069)❌ 
  │             │     │   └─┬readOnly
  │             │     │     └──[🔀] type (1076:6841)❌ 
  │             │     └─┬ONEOF
  │             │       └─┬fieldMeta
  │             │         ├──[+] properties (1076:7785)
  │             │         ├─┬values
  │             │         │ ├──[+] enum (1076:7893)
  │             │         │ ├──[-] items (1:255743)❌ 
  │             │         │ └──[🔀] type (1076:7876)❌ 
  │             │         ├─┬type
  │             │         │ ├──[-] enum (1:255692)❌ 
  │             │         │ └──[🔀] type (1076:7677)❌ 
  │             │         ├─┬placeholder
  │             │         │ ├──[+] enum (1076:7841)
  │             │         │ ├──[+] enum (1076:7852)
  │             │         │ ├──[+] enum (1076:7821)
  │             │         │ └──[+] enum (1076:7828)
  │             │         └─┬readOnly
  │             │           └──[🔀] type (1076:7648)❌ 
  │             └─┬email
  │               ├──[+] pattern (1076:688)❌ 
  │               └──[-] format (1:248905)❌ 
  ├─┬/document/get-many
  │ └─┬POST
  │   └─┬Responses
  │     └─┬200
  │       └─┬application/json
  │         └─┬Schema
  │           └─┬data
  │             └─┬Schema
  │               └─┬recipients
  │                 └─┬Schema
  │                   ├──[+] required (812:3403)❌ 
  │                   ├──[+] required (812:3415)❌ 
  │                   ├──[+] properties (812:2648)
  │                   ├──[+] properties (812:2602)
  │                   ├─┬rejectionReason
  │                   │ └──[-] nullable (1:201097)❌ 
  │                   ├─┬readStatus
  │                   │ ├──[-] enum (1:200195)❌ 
  │                   │ ├──[-] enum (1:200209)❌ 
  │                   │ └──[🔀] type (812:2417)❌ 
  │                   ├─┬signedAt
  │                   │ ├──[+] enum (812:2160)
  │                   │ ├──[+] enum (812:2165)
  │                   │ ├──[+] enum (812:2174)
  │                   │ ├──[+] enum (812:2183)
  │                   │ ├──[+] enum (812:2194)
  │                   │ └──[-] nullable (1:200631)❌ 
  │                   ├─┬signingOrder
  │                   │ ├──[+] enum (812:2384)
  │                   │ ├──[+] enum (812:2395)
  │                   │ ├──[🔀] type (812:2367)❌ 
  │                   │ └──[-] nullable (1:201040)❌ 
  │                   ├─┬id
  │                   │ ├──[🔀] type (812:2576)❌ 
  │                   │ └──[+] nullable (812:2596)❌ 
  │                   ├─┬signingStatus
  │                   │ ├──[-] enum (1:200266)❌ 
  │                   │ ├──[-] enum (1:200280)❌ 
  │                   │ ├──[-] enum (1:200290)❌ 
  │                   │ └──[+] nullable (812:2744)❌ 
  │                   ├─┬role
  │                   │ ├──[+] enum (812:2246)
  │                   │ ├──[+] enum (812:2259)
  │                   │ ├──[-] enum (1:200100)❌ 
  │                   │ ├──[-] enum (1:200106)❌ 
  │                   │ ├──[-] enum (1:200116)❌ 
  │                   │ ├──[-] enum (1:200126)❌ 
  │                   │ └──[-] enum (1:200138)❌ 
  │                   ├─┬name
  │                   │ └──[+] nullable (812:2642)❌ 
  │                   ├─┬sendStatus
  │                   │ ├──[-] enum (1:200346)❌ 
  │                   │ ├──[-] enum (1:200358)❌ 
  │                   │ └──[+] nullable (812:3170)❌ 
  │                   └─┬token
  │                     ├──[+] enum (812:2324)
  │                     ├──[+] enum (812:2333)
  │                     └──[+] enum (812:2311)
  ├─┬/template/{templateId}
  │ └─┬GET
  │   └─┬Responses
  │     └─┬200
  │       └─┬application/json
  │         └─┬Schema
  │           ├─┬recipients
  │           │ └─┬Schema
  │           │   ├──[+] required (1669:1408)❌ 
  │           │   ├──[+] required (1669:1396)❌ 
  │           │   ├──[+] properties (1669:641)
  │           │   ├──[+] properties (1669:595)
  │           │   ├─┬rejectionReason
  │           │   │ └──[-] nullable (1:533879)❌ 
  │           │   ├─┬readStatus
  │           │   │ ├──[-] enum (1:532977)❌ 
  │           │   │ ├──[-] enum (1:532991)❌ 
  │           │   │ └──[🔀] type (1669:410)❌ 
  │           │   ├─┬signingStatus
  │           │   │ ├──[-] enum (1:533072)❌ 
  │           │   │ ├──[-] enum (1:533048)❌ 
  │           │   │ ├──[-] enum (1:533062)❌ 
  │           │   │ └──[+] nullable (1669:737)❌ 
  │           │   ├─┬token
  │           │   │ ├──[+] enum (1669:304)
  │           │   │ ├──[+] enum (1669:317)
  │           │   │ └──[+] enum (1669:326)
  │           │   ├─┬name
  │           │   │ └──[+] nullable (1669:635)❌ 
  │           │   ├─┬signingOrder
  │           │   │ ├──[+] enum (1669:377)
  │           │   │ ├──[+] enum (1669:388)
  │           │   │ ├──[🔀] type (1669:360)❌ 
  │           │   │ └──[-] nullable (1:533822)❌ 
  │           │   ├─┬sendStatus
  │           │   │ ├──[-] enum (1:533128)❌ 
  │           │   │ ├──[-] enum (1:533140)❌ 
  │           │   │ └──[+] nullable (1669:1163)❌ 
  │           │   ├─┬role
  │           │   │ ├──[+] enum (1669:239)
  │           │   │ ├──[+] enum (1669:252)
  │           │   │ ├──[-] enum (1:532920)❌ 
  │           │   │ ├──[-] enum (1:532882)❌ 
  │           │   │ ├──[-] enum (1:532888)❌ 
  │           │   │ ├──[-] enum (1:532898)❌ 
  │           │   │ └──[-] enum (1:532908)❌ 
  │           │   ├─┬signedAt
  │           │   │ ├──[+] enum (1669:153)
  │           │   │ ├──[+] enum (1669:158)
  │           │   │ ├──[+] enum (1669:167)
  │           │   │ ├──[+] enum (1669:176)
  │           │   │ ├──[+] enum (1669:187)
  │           │   │ └──[-] nullable (1:533413)❌ 
  │           │   └─┬id
  │           │     ├──[🔀] type (1669:569)❌ 
  │           │     └──[+] nullable (1669:589)❌ 
  │           ├─┬fields
  │           │ └─┬Schema
  │           │   └─┬fieldMeta
  │           │     ├─┬ONEOF
  │           │     │ ├──[+] required (1670:926)❌ 
  │           │     │ ├──[+] properties (1670:774)
  │           │     │ ├─┬type
  │           │     │ │ ├──[-] enum (1:535070)❌ 
  │           │     │ │ └──[🔀] type (1670:666)❌ 
  │           │     │ ├─┬placeholder
  │           │     │ │ ├──[+] enum (1670:810)
  │           │     │ │ ├──[+] enum (1670:817)
  │           │     │ │ ├──[+] enum (1670:830)
  │           │     │ │ ├──[+] enum (1670:841)
  │           │     │ │ └──[+] default (1670:859)❌ 
  │           │     │ └─┬readOnly
  │           │     │   └──[🔀] type (1670:637)❌ 
  │           │     ├─┬ONEOF
  │           │     │ ├──[+] properties (1670:1163)
  │           │     │ ├─┬readOnly
  │           │     │ │ └──[🔀] type (1670:1026)❌ 
  │           │     │ ├─┬placeholder
  │           │     │ │ ├──[+] enum (1670:1219)
  │           │     │ │ ├──[+] enum (1670:1230)
  │           │     │ │ ├──[+] enum (1670:1199)
  │           │     │ │ └──[+] enum (1670:1206)
  │           │     │ ├─┬type
  │           │     │ │ ├──[+] enum (1670:1321)
  │           │     │ │ ├──[+] enum (1670:1328)
  │           │     │ │ ├──[+] enum (1670:1337)
  │           │     │ │ └──[-] enum (1:535385)❌ 
  │           │     │ └─┬textAlign
  │           │     │   ├──[-] enum (1:535440)❌ 
  │           │     │   ├──[-] enum (1:535448)❌ 
  │           │     │   ├──[-] enum (1:535458)❌ 
  │           │     │   └──[🔀] type (1670:1055)❌ 
  │           │     ├─┬ONEOF
  │           │     │ ├──[+] properties (1670:1586)
  │           │     │ ├─┬placeholder
  │           │     │ │ ├──[+] enum (1670:1622)
  │           │     │ │ ├──[+] enum (1670:1629)
  │           │     │ │ ├──[+] enum (1670:1642)
  │           │     │ │ └──[+] enum (1670:1653)
  │           │     │ ├─┬type
  │           │     │ │ ├──[+] enum (1670:1740)
  │           │     │ │ ├──[+] enum (1670:1747)
  │           │     │ │ ├──[+] enum (1670:1756)
  │           │     │ │ └──[-] enum (1:535769)❌ 
  │           │     │ ├─┬readOnly
  │           │     │ │ └──[🔀] type (1670:1449)❌ 
  │           │     │ └─┬textAlign
  │           │     │   ├──[-] enum (1:535820)❌ 
  │           │     │   ├──[-] enum (1:535828)❌ 
  │           │     │   ├──[-] enum (1:535838)❌ 
  │           │     │   └──[🔀] type (1670:1478)❌ 
  │           │     ├─┬ONEOF
  │           │     │ ├──[+] required (1670:2216)❌ 
  │           │     │ ├──[+] properties (1670:2005)
  │           │     │ ├─┬textAlign
  │           │     │ │ ├──[-] enum (1:536201)❌ 
  │           │     │ │ ├──[-] enum (1:536209)❌ 
  │           │     │ │ ├──[-] enum (1:536219)❌ 
  │           │     │ │ └──[🔀] type (1670:1897)❌ 
  │           │     │ ├─┬placeholder
  │           │     │ │ ├──[+] enum (1670:2041)
  │           │     │ │ ├──[+] enum (1670:2048)
  │           │     │ │ ├──[+] enum (1670:2061)
  │           │     │ │ ├──[+] enum (1670:2072)
  │           │     │ │ └──[+] default (1670:2090)❌ 
  │           │     │ ├─┬type
  │           │     │ │ ├──[+] enum (1670:2177)
  │           │     │ │ ├──[+] enum (1670:2184)
  │           │     │ │ ├──[+] enum (1670:2193)
  │           │     │ │ └──[-] enum (1:536149)❌ 
  │           │     │ └─┬readOnly
  │           │     │   └──[🔀] type (1670:1868)❌ 
  │           │     ├─┬ONEOF
  │           │     │ ├──[+] required (1670:2663)❌ 
  │           │     │ ├──[+] properties (1670:2453)
  │           │     │ ├─┬type
  │           │     │ │ ├──[+] enum (1670:2631)
  │           │     │ │ ├──[+] enum (1670:2640)
  │           │     │ │ ├──[+] enum (1670:2624)
  │           │     │ │ └──[-] enum (1:536530)❌ 
  │           │     │ ├─┬readOnly
  │           │     │ │ └──[🔀] type (1670:2316)❌ 
  │           │     │ ├─┬textAlign
  │           │     │ │ ├──[-] enum (1:536599)❌ 
  │           │     │ │ ├──[-] enum (1:536581)❌ 
  │           │     │ │ ├──[-] enum (1:536589)❌ 
  │           │     │ │ └──[🔀] type (1670:2345)❌ 
  │           │     │ └─┬placeholder
  │           │     │   ├──[+] enum (1670:2496)
  │           │     │   ├──[+] enum (1670:2509)
  │           │     │   ├──[+] enum (1670:2520)
  │           │     │   ├──[+] enum (1670:2489)
  │           │     │   └──[+] default (1670:2538)❌ 
  │           │     ├─┬ONEOF
  │           │     │ ├──[+] properties (1670:2900)
  │           │     │ ├─┬type
  │           │     │ │ ├──[+] enum (1670:3142)
  │           │     │ │ ├──[+] enum (1670:3126)
  │           │     │ │ ├──[+] enum (1670:3133)
  │           │     │ │ └──[-] enum (1:536910)❌ 
  │           │     │ ├─┬textAlign
  │           │     │ │ ├──[-] enum (1:537049)❌ 
  │           │     │ │ ├──[-] enum (1:537059)❌ 
  │           │     │ │ └──[-] enum (1:537041)❌ 
  │           │     │ ├─┬text
  │           │     │ │ └──[🔀] type (1670:2792)❌ 
  │           │     │ ├─┬verticalAlign
  │           │     │ │ ├──[+] enum (1670:3008)
  │           │     │ │ ├──[-] enum (1:537306)❌ 
  │           │     │ │ ├──[-] enum (1:537316)❌ 
  │           │     │ │ ├──[-] enum (1:537326)❌ 
  │           │     │ │ ├──[-] enum (1:537299)❌ 
  │           │     │ │ └──[-] nullable (1:537284)❌ 
  │           │     │ ├─┬readOnly
  │           │     │ │ └──[🔀] type (1670:2763)❌ 
  │           │     │ └─┬placeholder
  │           │     │   ├──[+] enum (1670:2936)
  │           │     │   ├──[+] enum (1670:2943)
  │           │     │   ├──[+] enum (1670:2956)
  │           │     │   └──[+] enum (1670:2967)
  │           │     ├─┬ONEOF
  │           │     │ ├──[+] properties (1670:3627)
  │           │     │ ├─┬textAlign
  │           │     │ │ ├──[-] enum (1:537870)❌ 
  │           │     │ │ ├──[-] enum (1:537878)❌ 
  │           │     │ │ ├──[-] enum (1:537888)❌ 
  │           │     │ │ └──[🔀] type (1670:3519)❌ 
  │           │     │ ├─┬value
  │           │     │ │ └──[+] enum (1670:3735)
  │           │     │ ├─┬readOnly
  │           │     │ │ └──[🔀] type (1670:3490)❌ 
  │           │     │ ├─┬verticalAlign
  │           │     │ │ ├──[-] enum (1:538155)❌ 
  │           │     │ │ ├──[-] enum (1:538128)❌ 
  │           │     │ │ ├──[-] enum (1:538135)❌ 
  │           │     │ │ ├──[-] enum (1:538145)❌ 
  │           │     │ │ └──[-] nullable (1:538113)❌ 
  │           │     │ ├─┬placeholder
  │           │     │ │ ├──[+] enum (1670:3663)
  │           │     │ │ ├──[+] enum (1670:3670)
  │           │     │ │ ├──[+] enum (1670:3683)
  │           │     │ │ └──[+] enum (1670:3694)
  │           │     │ └─┬type
  │           │     │   ├──[+] enum (1670:3948)
  │           │     │   ├──[+] enum (1670:3955)
  │           │     │   ├──[+] enum (1670:3964)
  │           │     │   └──[-] enum (1:537634)❌ 
  │           │     ├─┬ONEOF
  │           │     │ ├──[+] properties (1670:4449)
  │           │     │ ├─┬values
  │           │     │ │ ├──[+] enum (1670:4557)
  │           │     │ │ ├──[-] items (1:538511)❌ 
  │           │     │ │ └──[🔀] type (1670:4540)❌ 
  │           │     │ ├─┬type
  │           │     │ │ ├──[-] enum (1:538463)❌ 
  │           │     │ │ └──[🔀] type (1670:4341)❌ 
  │           │     │ ├─┬placeholder
  │           │     │ │ ├──[+] enum (1670:4485)
  │           │     │ │ ├──[+] enum (1670:4492)
  │           │     │ │ ├──[+] enum (1670:4505)
  │           │     │ │ └──[+] enum (1670:4516)
  │           │     │ └─┬readOnly
  │           │     │   └──[🔀] type (1670:4312)❌ 
  │           │     ├─┬ONEOF
  │           │     │ ├──[+] properties (1670:5083)
  │           │     │ ├─┬readOnly
  │           │     │ │ └──[🔀] type (1670:4946)❌ 
  │           │     │ ├─┬validationRule
  │           │     │ │ └──[🔀] type (1670:5447)❌ 
  │           │     │ ├─┬values
  │           │     │ │ ├──[-] items (1:539131)❌ 
  │           │     │ │ └──[🔀] type (1670:5410)❌ 
  │           │     │ ├─┬validationLength
  │           │     │ │ ├──[+] enum (1670:5191)
  │           │     │ │ └──[🔀] type (1670:5174)❌ 
  │           │     │ ├─┬placeholder
  │           │     │ │ ├──[+] enum (1670:5139)
  │           │     │ │ ├──[+] enum (1670:5150)
  │           │     │ │ ├──[+] enum (1670:5119)
  │           │     │ │ └──[+] enum (1670:5126)
  │           │     │ └─┬type
  │           │     │   ├──[-] enum (1:539080)❌ 
  │           │     │   └──[🔀] type (1670:4975)❌ 
  │           │     └─┬ONEOF
  │           │       ├──[+] properties (1670:5792)
  │           │       ├─┬placeholder
  │           │       │ ├──[+] enum (1670:5828)
  │           │       │ ├──[+] enum (1670:5835)
  │           │       │ ├──[+] enum (1670:5848)
  │           │       │ └──[+] enum (1670:5859)
  │           │       ├─┬readOnly
  │           │       │ └──[🔀] type (1670:5655)❌ 
  │           │       ├─┬type
  │           │       │ ├──[-] enum (1:539778)❌ 
  │           │       │ └──[🔀] type (1670:5684)❌ 
  │           │       └─┬values
  │           │         ├──[+] enum (1670:5900)
  │           │         ├──[-] items (1:539829)❌ 
  │           │         └──[🔀] type (1670:5883)❌ 
  │           ├─┬templateMeta
  │           │ ├─┬emailSettings
  │           │ │ ├──[+] required (1660:743)❌ 
  │           │ │ ├──[+] required (1660:767)❌ 
  │           │ │ ├──[🔀] default (1660:801)❌ 
  │           │ │ ├──[+] properties (1660:529)
  │           │ │ └──[+] properties (1660:471)
  │           │ └─┬dateFormat
  │           │   └─┬Extensions
  │           │     └──[🔀] x-speakeasy-enums (1624:48)
  │           └─┬type
  │             └──[+] enum (1598:73)
  ├─┬/envelope/recipient/{recipientId}
  │ └─┬GET
  │   └─┬Responses
  │     └─┬200
  │       └─┬application/json
  │         └─┬Schema
  │           ├──[+] required (108:7687)❌ 
  │           ├──[+] required (108:7675)❌ 
  │           ├──[+] properties (108:688)
  │           ├──[+] properties (108:642)
  │           ├─┬fields
  │           │ └─┬Schema
  │           │   └─┬fieldMeta
  │           │     ├─┬ONEOF
  │           │     │ ├──[+] required (108:2120)❌ 
  │           │     │ ├──[+] properties (108:1968)
  │           │     │ ├─┬type
  │           │     │ │ ├──[-] enum (1:21998)❌ 
  │           │     │ │ └──[🔀] type (108:1860)❌ 
  │           │     │ ├─┬placeholder
  │           │     │ │ ├──[+] enum (108:2004)
  │           │     │ │ ├──[+] enum (108:2011)
  │           │     │ │ ├──[+] enum (108:2024)
  │           │     │ │ ├──[+] enum (108:2035)
  │           │     │ │ └──[+] default (108:2053)❌ 
  │           │     │ └─┬readOnly
  │           │     │   └──[🔀] type (108:1831)❌ 
  │           │     ├─┬ONEOF
  │           │     │ ├──[+] properties (108:2357)
  │           │     │ ├─┬placeholder
  │           │     │ │ ├──[+] enum (108:2393)
  │           │     │ │ ├──[+] enum (108:2400)
  │           │     │ │ ├──[+] enum (108:2413)
  │           │     │ │ └──[+] enum (108:2424)
  │           │     │ ├─┬readOnly
  │           │     │ │ └──[🔀] type (108:2220)❌ 
  │           │     │ ├─┬type
  │           │     │ │ ├──[+] enum (108:2515)
  │           │     │ │ ├──[+] enum (108:2522)
  │           │     │ │ ├──[+] enum (108:2531)
  │           │     │ │ └──[-] enum (1:22313)❌ 
  │           │     │ └─┬textAlign
  │           │     │   ├──[-] enum (1:22368)❌ 
  │           │     │   ├──[-] enum (1:22376)❌ 
  │           │     │   ├──[-] enum (1:22386)❌ 
  │           │     │   └──[🔀] type (108:2249)❌ 
  │           │     ├─┬ONEOF
  │           │     │ ├──[+] properties (108:2780)
  │           │     │ ├─┬readOnly
  │           │     │ │ └──[🔀] type (108:2643)❌ 
  │           │     │ ├─┬type
  │           │     │ │ ├──[+] enum (108:2934)
  │           │     │ │ ├──[+] enum (108:2941)
  │           │     │ │ ├──[+] enum (108:2950)
  │           │     │ │ └──[-] enum (1:22697)❌ 
  │           │     │ ├─┬placeholder
  │           │     │ │ ├──[+] enum (108:2816)
  │           │     │ │ ├──[+] enum (108:2823)
  │           │     │ │ ├──[+] enum (108:2836)
  │           │     │ │ └──[+] enum (108:2847)
  │           │     │ └─┬textAlign
  │           │     │   ├──[-] enum (1:22748)❌ 
  │           │     │   ├──[-] enum (1:22756)❌ 
  │           │     │   ├──[-] enum (1:22766)❌ 
  │           │     │   └──[🔀] type (108:2672)❌ 
  │           │     ├─┬ONEOF
  │           │     │ ├──[+] required (108:3410)❌ 
  │           │     │ ├──[+] properties (108:3199)
  │           │     │ ├─┬placeholder
  │           │     │ │ ├──[+] enum (108:3235)
  │           │     │ │ ├──[+] enum (108:3242)
  │           │     │ │ ├──[+] enum (108:3255)
  │           │     │ │ ├──[+] enum (108:3266)
  │           │     │ │ └──[+] default (108:3284)❌ 
  │           │     │ ├─┬type
  │           │     │ │ ├──[+] enum (108:3371)
  │           │     │ │ ├──[+] enum (108:3378)
  │           │     │ │ ├──[+] enum (108:3387)
  │           │     │ │ └──[-] enum (1:23077)❌ 
  │           │     │ ├─┬readOnly
  │           │     │ │ └──[🔀] type (108:3062)❌ 
  │           │     │ └─┬textAlign
  │           │     │   ├──[-] enum (1:23129)❌ 
  │           │     │   ├──[-] enum (1:23137)❌ 
  │           │     │   ├──[-] enum (1:23147)❌ 
  │           │     │   └──[🔀] type (108:3091)❌ 
  │           │     ├─┬ONEOF
  │           │     │ ├──[+] required (108:3857)❌ 
  │           │     │ ├──[+] properties (108:3647)
  │           │     │ ├─┬placeholder
  │           │     │ │ ├──[+] enum (108:3683)
  │           │     │ │ ├──[+] enum (108:3690)
  │           │     │ │ ├──[+] enum (108:3703)
  │           │     │ │ ├──[+] enum (108:3714)
  │           │     │ │ └──[+] default (108:3732)❌ 
  │           │     │ ├─┬textAlign
  │           │     │ │ ├──[-] enum (1:23509)❌ 
  │           │     │ │ ├──[-] enum (1:23517)❌ 
  │           │     │ │ ├──[-] enum (1:23527)❌ 
  │           │     │ │ └──[🔀] type (108:3539)❌ 
  │           │     │ ├─┬readOnly
  │           │     │ │ └──[🔀] type (108:3510)❌ 
  │           │     │ └─┬type
  │           │     │   ├──[+] enum (108:3818)
  │           │     │   ├──[+] enum (108:3825)
  │           │     │   ├──[+] enum (108:3834)
  │           │     │   └──[-] enum (1:23458)❌ 
  │           │     ├─┬ONEOF
  │           │     │ ├──[+] properties (108:4094)
  │           │     │ ├─┬verticalAlign
  │           │     │ │ ├──[+] enum (108:4202)
  │           │     │ │ ├──[-] enum (1:24234)❌ 
  │           │     │ │ ├──[-] enum (1:24244)❌ 
  │           │     │ │ ├──[-] enum (1:24254)❌ 
  │           │     │ │ ├──[-] enum (1:24227)❌ 
  │           │     │ │ └──[-] nullable (1:24212)❌ 
  │           │     │ ├─┬textAlign
  │           │     │ │ ├──[-] enum (1:23969)❌ 
  │           │     │ │ ├──[-] enum (1:23977)❌ 
  │           │     │ │ └──[-] enum (1:23987)❌ 
  │           │     │ ├─┬type
  │           │     │ │ ├──[+] enum (108:4320)
  │           │     │ │ ├──[+] enum (108:4327)
  │           │     │ │ ├──[+] enum (108:4336)
  │           │     │ │ └──[-] enum (1:23838...

@github-actions github-actions Bot added the patch Patch version bump label Feb 22, 2026
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1771719488 branch 8 times, most recently from af26992 to 7d6ac80 Compare March 2, 2026 00:20
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1771719488 branch 8 times, most recently from 617b0e0 to b141836 Compare March 10, 2026 00:17
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1771719488 branch 7 times, most recently from d07c73d to ac4eb36 Compare March 17, 2026 00:21
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1771719488 branch 6 times, most recently from 353eb5a to 33cc3ca Compare March 23, 2026 00:23
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1771719488 branch 7 times, most recently from a70bdeb to 58b71bd Compare April 11, 2026 00:23
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1771719488 branch 7 times, most recently from 2f4ca44 to f2f4f06 Compare April 18, 2026 00:26
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1771719488 branch 7 times, most recently from 9942208 to 3f1d1d2 Compare April 25, 2026 00:28
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1771719488 branch 7 times, most recently from 2951162 to 346295e Compare May 2, 2026 00:32
speakeasybot and others added 2 commits June 14, 2026 00:45
* `documenso.templates.duplicate()`:  `response.type.enum(organisation)` **Added** (Breaking ⚠️)
* `documenso.envelopes.get()`:  `response` **Changed** (Breaking ⚠️)
* `documenso.template.template_create_template_temporary()`: 
  *  `request` **Changed**
  *  `response.template` **Changed** (Breaking ⚠️)
* `documenso.envelopes.update()`: 
  *  `request` **Changed**
  *  `response.template_type.enum(organisation)` **Added** (Breaking ⚠️)
* `documenso.template.template_get_many()`:  `response.data[]` **Changed** (Breaking ⚠️)
* `documenso.templates.update()`: 
  *  `request` **Changed**
  *  `response.type.enum(organisation)` **Added** (Breaking ⚠️)
* `documenso.templates.get()`:  `response` **Changed** (Breaking ⚠️)
* `documenso.templates.find()`: 
  *  `request.type` **Changed**
  *  `response.data[]` **Changed** (Breaking ⚠️)
* `documenso.envelope.envelope_get_many()`:  `response.data[]` **Changed** (Breaking ⚠️)
* `documenso.envelope.envelope_audit_log_find()`:  `response.data[]` **Changed** (Breaking ⚠️)
* `documenso.envelope.envelope_find()`:  `response.data[]` **Changed** (Breaking ⚠️)
* `documenso.envelopes.fields.create_many()`: 
  *  `request.data[]` **Changed** (Breaking ⚠️)
  *  `response.data[].field_meta` **Changed**
* `documenso.templates.recipients.get()`:  `response` **Changed**
* `documenso.documents.recipients.create()`:  `response` **Changed**
* `documenso.envelopes.recipients.update_many()`:  `response.data[]` **Changed**
* `documenso.envelopes.recipients.create_many()`:  `response.data[]` **Changed**
* `documenso.documents.get()`:  `response` **Changed**
* `documenso.documents.find()`:  `response.data[].recipients[]` **Changed**
* `documenso.documents.create()`:  `request.payload` **Changed**
* `documenso.documents.update()`:  `request.meta` **Changed**
* `documenso.documents.distribute()`:  `request.meta` **Changed**
* `documenso.documents.create_v0()`: 
  *  `request` **Changed**
  *  `response.document` **Changed**
* `documenso.documents.fields.get()`:  `response.field_meta` **Changed**
* `documenso.documents.fields.create()`: 
  *  `request.field` **Changed**
  *  `response.field_meta` **Changed**
* `documenso.envelopes.create()`:  `request.payload` **Changed**
* `documenso.documents.recipients.update()`:  `response` **Changed**
* `documenso.templates.create()`:  `request.payload` **Changed**
* `documenso.documents.recipients.get()`:  `response` **Changed**
* `documenso.envelopes.items.create_many()`:  `response.data[].document_data_id` **Added**
* `documenso.envelopes.fields.update_many()`: 
  *  `request.data[]` **Changed**
  *  `response.data[].field_meta` **Changed**
* `documenso.envelopes.fields.get()`:  `response.field_meta` **Changed**
* `documenso.documents.recipients.create_many()`:  `response.recipients[]` **Changed**
* `documenso.documents.fields.update_many()`: 
  *  `request.fields[]` **Changed**
  *  `response.fields[].field_meta` **Changed**
* `documenso.envelopes.recipients.get()`:  `response` **Changed**
* `documenso.envelopes.items.download()`:  `request.version` **Changed**
* `documenso.document.document_get_many()`:  `response.data[].recipients[]` **Changed**
* `documenso.documents.recipients.update_many()`:  `response.recipients[]` **Changed**
* `documenso.documents.fields.create_many()`: 
  *  `request.fields[]` **Changed**
  *  `response.fields[].field_meta` **Changed**
* `documenso.templates.use()`: 
  *  `request.override` **Changed**
  *  `response` **Changed**
* `documenso.templates.fields.create()`: 
  *  `request.field` **Changed**
  *  `response.field_meta` **Changed**
* `documenso.templates.fields.get()`:  `response.field_meta` **Changed**
* `documenso.templates.fields.create_many()`: 
  *  `request.fields[]` **Changed**
  *  `response.fields[].field_meta` **Changed**
* `documenso.templates.fields.update()`: 
  *  `request.field` **Changed**
  *  `response.field_meta` **Changed**
* `documenso.templates.fields.update_many()`: 
  *  `request.fields[]` **Changed**
  *  `response.fields[].field_meta` **Changed**
* `documenso.documents.fields.update()`: 
  *  `request.field` **Changed**
  *  `response.field_meta` **Changed**
* `documenso.templates.recipients.create()`:  `response` **Changed**
* `documenso.templates.recipients.create_many()`:  `response.recipients[]` **Changed**
* `documenso.templates.recipients.update()`:  `response` **Changed**
* `documenso.templates.recipients.update_many()`:  `response.recipients[]` **Changed**
* `documenso.envelopes.distribute()`:  `request.meta` **Changed**
* `documenso.envelopes.use()`:  `request.payload` **Changed**
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

minor Minor version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant